home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / s_to_z / tu / verdlg.dfm / verdlg.txt
Encoding:
Text File  |  1996-09-15  |  4.5 KB  |  220 lines

  1. object FormVerifyStatus: TFormVerifyStatus
  2.   Left = 266
  3.   Top = 102
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'TUtility Verify'
  7.   ClientHeight = 225
  8.   ClientWidth = 347
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 347
  20.     Height = 225
  21.     Align = alClient
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 18
  25.       Top = 28
  26.       Width = 42
  27.       Height = 13
  28.       Caption = 'Header'
  29.       Font.Color = clBlack
  30.       Font.Height = -11
  31.       Font.Name = 'MS Sans Serif'
  32.       Font.Style = [fsBold]
  33.       ParentFont = False
  34.     end
  35.     object GaugeHeader: TGauge
  36.       Left = 91
  37.       Top = 26
  38.       Width = 243
  39.       Height = 14
  40.       ForeColor = clBlue
  41.       Progress = 0
  42.     end
  43.     object Label2: TLabel
  44.       Left = 18
  45.       Top = 50
  46.       Width = 31
  47.       Height = 13
  48.       Caption = 'Inxex'
  49.       Font.Color = clBlack
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.     end
  55.     object GaugeIndex: TGauge
  56.       Left = 91
  57.       Top = 49
  58.       Width = 243
  59.       Height = 14
  60.       ForeColor = clBlue
  61.       Progress = 0
  62.     end
  63.     object Label3: TLabel
  64.       Left = 18
  65.       Top = 72
  66.       Width = 28
  67.       Height = 13
  68.       Caption = 'Data'
  69.       Font.Color = clBlack
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.     end
  75.     object GaugeData: TGauge
  76.       Left = 91
  77.       Top = 72
  78.       Width = 243
  79.       Height = 14
  80.       ForeColor = clBlue
  81.       Progress = 0
  82.     end
  83.     object Label4: TLabel
  84.       Left = 18
  85.       Top = 99
  86.       Width = 96
  87.       Height = 13
  88.       Caption = 'Secondary Index'
  89.       Font.Color = clBlack
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = [fsBold]
  93.       ParentFont = False
  94.     end
  95.     object LabelZeroOf: TLabel
  96.       Left = 124
  97.       Top = 99
  98.       Width = 15
  99.       Height = 13
  100.       Caption = '0'
  101.       Font.Color = clBlack
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = [fsBold]
  105.       ParentFont = False
  106.     end
  107.     object Label6: TLabel
  108.       Left = 150
  109.       Top = 99
  110.       Width = 12
  111.       Height = 13
  112.       Caption = 'of'
  113.       Font.Color = clBlack
  114.       Font.Height = -11
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Style = [fsBold]
  117.       ParentFont = False
  118.     end
  119.     object LabelOfZero: TLabel
  120.       Left = 172
  121.       Top = 99
  122.       Width = 17
  123.       Height = 13
  124.       Caption = '0'
  125.       Font.Color = clBlack
  126.       Font.Height = -11
  127.       Font.Name = 'MS Sans Serif'
  128.       Font.Style = [fsBold]
  129.       ParentFont = False
  130.     end
  131.     object Label5: TLabel
  132.       Left = 18
  133.       Top = 127
  134.       Width = 42
  135.       Height = 13
  136.       Caption = 'Header'
  137.       Font.Color = clBlack
  138.       Font.Height = -11
  139.       Font.Name = 'MS Sans Serif'
  140.       Font.Style = [fsBold]
  141.       ParentFont = False
  142.     end
  143.     object GaugeHeaderIdx: TGauge
  144.       Left = 91
  145.       Top = 127
  146.       Width = 243
  147.       Height = 14
  148.       ForeColor = clBlue
  149.       Progress = 0
  150.     end
  151.     object Label7: TLabel
  152.       Left = 18
  153.       Top = 151
  154.       Width = 31
  155.       Height = 13
  156.       Caption = 'Inxex'
  157.       Font.Color = clBlack
  158.       Font.Height = -11
  159.       Font.Name = 'MS Sans Serif'
  160.       Font.Style = [fsBold]
  161.       ParentFont = False
  162.     end
  163.     object GaugeIndexIdx: TGauge
  164.       Left = 91
  165.       Top = 150
  166.       Width = 243
  167.       Height = 14
  168.       ForeColor = clBlue
  169.       Progress = 0
  170.     end
  171.     object Label8: TLabel
  172.       Left = 18
  173.       Top = 174
  174.       Width = 28
  175.       Height = 13
  176.       Caption = 'Data'
  177.       Font.Color = clBlack
  178.       Font.Height = -11
  179.       Font.Name = 'MS Sans Serif'
  180.       Font.Style = [fsBold]
  181.       ParentFont = False
  182.     end
  183.     object GaugeDataIdx: TGauge
  184.       Left = 91
  185.       Top = 172
  186.       Width = 243
  187.       Height = 14
  188.       ForeColor = clBlue
  189.       Progress = 0
  190.     end
  191.     object Label9: TLabel
  192.       Left = 18
  193.       Top = 197
  194.       Width = 47
  195.       Height = 13
  196.       Caption = 'Integrity'
  197.       Font.Color = clBlack
  198.       Font.Height = -11
  199.       Font.Name = 'MS Sans Serif'
  200.       Font.Style = [fsBold]
  201.       ParentFont = False
  202.     end
  203.     object GaugeIntegrity: TGauge
  204.       Left = 91
  205.       Top = 195
  206.       Width = 243
  207.       Height = 14
  208.       ForeColor = clBlue
  209.       Progress = 0
  210.     end
  211.     object LabelStatus: TLabel
  212.       Left = 16
  213.       Top = 5
  214.       Width = 318
  215.       Height = 16
  216.       Caption = 'LabelStatus'
  217.     end
  218.   end
  219. end
  220.